home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / bump_copter.swf / scripts / frame_1 / PlaceObject2_5_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev    next >
Text File  |  2011-09-19  |  162b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.fly == true)
  3.    {
  4.       this._x = _root.pipe._x;
  5.       this._y = _root.pipe._y - 10;
  6.       _root.fly = false;
  7.    }
  8. }
  9.